home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1997 September & October
/
Amiga-CD 1997 #9-10.iso
/
software
/
wildfire
/
wildfirefpu
/
system
/
createnail
next >
Wrap
AmigaDOS Script File
|
1997-07-21
|
354b
|
13 lines
.key file
.bra {
.ket }
IF NOT EXISTS wf:system/thumbnails/{file}.nail
rx "address 'Wildfire' fc_file 'wf:doc/pictures/{file}.pic'"
rx "address 'Wildfire' fc_width 90"
rx "address 'Wildfire' fc_filmfile 'wf:system/thumbnails/{file}.nail'"
rx "address 'Wildfire' fc_color original"
rx "address 'Wildfire' fc_update"
rx "address 'Wildfire' fc_save"
ENDIF